home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7425 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  888 b 

  1. Path: uwm.edu!caen!newberry
  2. From: newberry@news-server.engin.umich.edu (byron lee newberry)
  3. Newsgroups: comp.lang.c
  4. Subject: Parsing an input stream?
  5. Date: 26 Feb 1996 14:06:33 GMT
  6. Organization: University of Michigan Engineering, Ann Arbor
  7. Message-ID: <4gsep9$ho8@srvr1.engin.umich.edu>
  8. NNTP-Posting-Host: newberry@hartog.engin.umich.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hello,
  12.  
  13. I am currently working on coding a symbolic manipulation program to perform
  14. tasks such as mutliplying out large polynomials, etc.  I have a pretty
  15. good idea how to program the beast except for the parsing of the input
  16. stream.  I have built up a very simple parser using basic string manipulation
  17. functions, but it is very crued.  Are libraries around that make this 
  18. a simplier job?  It would seem to me that parsing would be a common task.
  19. I appreciate any and all advice.  Thanks for your time.
  20.  
  21. Byron
  22.